From: Richard M. Stallman Date: Mon, 29 Jul 2002 01:58:43 +0000 (+0000) Subject: Fix set-face-attribute example. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31333 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7eb0c5395cd0d6b16854785507ac7709cf0a2fec;p=emacs.git Fix set-face-attribute example. --- diff --git a/lispref/display.texi b/lispref/display.texi index 32a54622c5d..0d4cfd88f76 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -1643,8 +1643,8 @@ Thus, @example (set-face-attribute 'foo nil - :width :extended - :weight :bold + :width 'extended + :weight 'bold :underline "red") @end example